CFixedBottom constructor
CFixedBottom({
- Key? key,
- Widget? body,
- List<
Widget> ? children, - required Widget bottom,
- EdgeInsetsGeometry? margin,
- double? width,
- double? height,
- EdgeInsetsGeometry? padding,
- Border? border,
- int? flex,
- Style? style,
- dynamic onTap()?,
- bool? expanded,
- Decoration? decoration,
- bool? visible,
- double? borderRadius,
- Color? backgroundColor,
- String? tag,
Implementation
CFixedBottom(
{super.key,
this.body,
super.children,
required this.bottom,
super.margin,
super.width,
super.height,
super.padding,
super.border,
super.flex,
super.style,
super.onTap,
super.expanded,
super.decoration,
super.visible,
super.borderRadius,
super.backgroundColor,
super.tag});