ButtonStyle.success constructor
ButtonStyle.success()
Implementation
ButtonStyle.success()
: this(
backgroundColor: '#28a745',
textStyle: TextStyle(
color: '#ffffff',
fontWeight: FontWeight.w600,
fontSize: 16.0,
),
hoverColor: '#1e7e34',
);