ButtonStyle.ghost constructor
ButtonStyle.ghost()
Implementation
ButtonStyle.ghost()
: this(
backgroundColor: 'transparent',
textStyle: TextStyle(
color: '#007cba',
fontWeight: FontWeight.w600,
fontSize: 16.0,
),
border: BoxBorder.none(),
hoverColor: '#0056b3',
);