BottomConvexAction constructor

BottomConvexAction({
  1. Widget? widget,
  2. String? text,
  3. String? tag,
  4. dynamic extra,
  5. double? size,
  6. Color? backgroundColor,
})

Implementation

BottomConvexAction({this.widget, this.text, this.tag, this.extra, this.size, this.backgroundColor});