FxContainer class
Constructors
-
FxContainer({Key? key, Widget? child, BorderRadius? borderRadius, EdgeInsetsGeometry? padding, double? borderRadiusAll, double? paddingAll, Border? border, bool bordered = false, Clip? clipBehavior, Color? color, BoxShape shape = BoxShape.rectangle, double? width, double? height, AlignmentGeometry? alignment, bool enableBorderRadius = true, GestureTapCallback? onTap, double? marginAll, EdgeInsetsGeometry? margin, Color? splashColor, Color? borderColor})
-
const
-
FxContainer.bordered({Key? key, Widget? child, BorderRadius? borderRadius, EdgeInsetsGeometry? padding, double? borderRadiusAll, double? paddingAll, Border? border, bool bordered = true, bool enableBorderRadius = true, Clip? clipBehavior, Color? color, BoxShape shape = BoxShape.rectangle, double? width, double? height, AlignmentGeometry? alignment, GestureTapCallback? onTap, double? marginAll, EdgeInsetsGeometry? margin, Color? splashColor, Color? borderColor})
-
const
-
FxContainer.none({Key? key, Widget? child, BorderRadius? borderRadius, EdgeInsetsGeometry? padding, double? borderRadiusAll = 0, double? paddingAll = 0, Border? border, bool bordered = false, Clip? clipBehavior, bool enableBorderRadius = true, Color? color, BoxShape shape = BoxShape.rectangle, double? width, double? height, AlignmentGeometry? alignment, GestureTapCallback? onTap, double? marginAll, EdgeInsetsGeometry? margin, Color? splashColor, Color? borderColor})
-
const
-
FxContainer.roundBordered({Key? key, Widget? child, BorderRadius? borderRadius, EdgeInsetsGeometry? padding, double? borderRadiusAll, bool enableBorderRadius = true, double? paddingAll, Border? border, bool bordered = true, Clip? clipBehavior, Color? color, BoxShape shape = BoxShape.circle, double? width, double? height, AlignmentGeometry? alignment, GestureTapCallback? onTap, double? marginAll, EdgeInsetsGeometry? margin, Color? splashColor, Color? borderColor})
-
const
-
FxContainer.rounded({Key? key, Widget? child, BorderRadius? borderRadius, EdgeInsetsGeometry? padding, double? borderRadiusAll, bool enableBorderRadius = true, double? paddingAll, Border? border, bool bordered = false, Clip? clipBehavior = Clip.antiAliasWithSaveLayer, Color? color, BoxShape shape = BoxShape.circle, double? width, double? height, AlignmentGeometry? alignment, GestureTapCallback? onTap, double? marginAll, EdgeInsetsGeometry? margin, Color? splashColor, Color? borderColor})
-
const
-
FxContainer.transparent({Key? key, Widget? child, BorderRadius? borderRadius, EdgeInsetsGeometry? padding, double? borderRadiusAll, double? paddingAll, Border? border, bool bordered = false, Clip? clipBehavior, Color? color = Colors.transparent, BoxShape shape = BoxShape.rectangle, double? width, double? height, AlignmentGeometry? alignment, bool enableBorderRadius = true, GestureTapCallback? onTap, double? marginAll, EdgeInsetsGeometry? margin, Color? splashColor, Color? borderColor})
-
const