ButtonStyle.primary constructor
ButtonStyle.primary()
Implementation
ButtonStyle.primary()
: this(
backgroundColor: '#007cba',
textStyle: TextStyle(
color: '#ffffff',
fontWeight: FontWeight.w600,
fontSize: 16.0,
),
hoverColor: '#0056b3',
);