InstantScheduleMeetStyle constructor
const
InstantScheduleMeetStyle({
- FloatingActionButtonThemeData meetFabStyle = const FloatingActionButtonThemeData(backgroundColor: AppColor.primaryColor, foregroundColor: Colors.white, elevation: 12, iconSize: 24, shape: CircleBorder()),
- MeetBottomSheetStyle meetBottomSheetStyle = const MeetBottomSheetStyle(),
Implementation
const InstantScheduleMeetStyle(
{this.meetFabStyle = const FloatingActionButtonThemeData(
backgroundColor: AppColor.primaryColor,
foregroundColor: Colors.white,
elevation: 12,
iconSize: 24,
shape: CircleBorder()),
this.meetBottomSheetStyle = const MeetBottomSheetStyle()});