InstantScheduleMeetStyle constructor

const InstantScheduleMeetStyle({
  1. FloatingActionButtonThemeData meetFabStyle = const FloatingActionButtonThemeData(backgroundColor: AppColor.primaryColor, foregroundColor: Colors.white, elevation: 12, iconSize: 24, shape: CircleBorder()),
  2. 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()});