SpeedDialFabWidget constructor
SpeedDialFabWidget({
- Color secondaryBackgroundColor = Colors.white,
- Color secondaryForegroundColor = Colors.black,
- Color primaryBackgroundColor = Colors.white,
- Color primaryForegroundColor = Colors.black,
- IconData primaryIconCollapse = Icons.expand_less,
- IconData primaryIconExpand = Icons.expand_less,
- double rotateAngle = math.pi,
- required List<
IconData> secondaryIconsList, - required List<
Function> secondaryIconsOnPress, - List<
String> ? secondaryIconsText,
Implementation
SpeedDialFabWidget({
this.secondaryBackgroundColor = Colors.white,
this.secondaryForegroundColor = Colors.black,
this.primaryBackgroundColor = Colors.white,
this.primaryForegroundColor = Colors.black,
this.primaryIconCollapse = Icons.expand_less,
this.primaryIconExpand = Icons.expand_less,
this.rotateAngle = math.pi,
required this.secondaryIconsList,
required this.secondaryIconsOnPress,
this.secondaryIconsText,
});