buttonStyle property
Button Style
ButtonStyle( elevation: MaterialStateProperty.all(0), shape: MaterialStateProperty.all(RoundedRectangleBorder(borderRadius: BorderRadius.circular(10))), backgroundColor: MaterialStateProperty.all(const Color(0xff4FB76C)), )
Implementation
final ButtonStyle? buttonStyle;