CodePudding user response:
there isn't any filled button in flutter you can use ElevatedButton to get like this button
ElevatedButton(onPressed: () {}, child: Text("Elevated Button")),
CodePudding user response:
there isn't any filled button in flutter you can use ElevatedButton to get like this button
ElevatedButton(onPressed: () {}, child: Text("Elevated Button")),