Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

linearprogressindicator flutter

LinearProgressIndicator(
              backgroundColor: Colors.blue[100], // The progress indicator's background color.
              color: Colors.blue, // The progress indicator's color.
            ),
Source by api.flutter.dev #
 
PREVIOUS NEXT
Tagged: #linearprogressindicator #flutter
ADD COMMENT
Topic
Name
8+5 =