ActionButtonStyle constructor
const
ActionButtonStyle({
- Color inactiveBgColor = const Color(0xff3D3D43),
- Color activeBgColor = Colors.white,
- Color inactiveIconColor = Colors.white,
- Color activeIconColor = Colors.black,
- ShapeBorder shape = const CircleBorder(),
Implementation
const ActionButtonStyle(
{this.inactiveBgColor = const Color(0xff3D3D43),
this.activeBgColor = Colors.white,
this.inactiveIconColor = Colors.white,
this.activeIconColor = Colors.black,
this.shape = const CircleBorder()});