Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter style diabled button

ElevatedButton(
      onPressed: null,
      child: Text('Submit disable'),
      style: ButtonStyle(
        onSurface: Colors.white,
      ),
    ),
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flutter #style #diabled #button
ADD COMMENT
Topic
Name
4+5 =