fr class

Constructors

fr()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

absortPointer([bool absorb = true]) FloretParent<AbsorbPointer>
align(Alignment align) FloretParent<Align>
animated(Animation controller, Widget builder(BuildContext context, Widget? child)) FloretParent<AnimatedBuilder>
aspectRatio(double aspectRatio) FloretParent<AspectRatio>
backdropFilter(ImageFilter filter) FloretParent<BackdropFilter>
backgroundColor(Color color) FloretParent<ColoredBox>
bg(Color color) FloretParent<ColoredBox>
border(BoxBorder border) FloretParent<DecoratedBox>
bottomCenter(Widget child) Align
bottomLeft(Widget child) Align
bottomRight(Widget child) Align
center(Widget child) Align
centerLeft(Widget child) Align
centerRight(Widget child) Align
decoratedBox(Decoration decoration) FloretParent<DecoratedBox>
expandSize(Widget child) SizedBox
fitted(Widget child) FittedBox
flex([int flex = 1]) FloretParent<Flexible>
fullHeight(Widget child) SizedBox
fullSize(double size) → dynamic
fullWidth(Widget child) SizedBox
gradient(Gradient gradient) FloretParent<DecoratedBox>
height(double height) FloretParent<SizedBox>
heightFactor(double height) FloretParent<FractionallySizedBox>
heightPercent(double height) FloretParent<FractionallySizedBox>
heroTag(String hero) FloretParent<Hero>
ignorePointer([bool ignore = true]) FloretParent<IgnorePointer>
m(double margin) FloretParent<Container>
margin(EdgeInsets margin) FloretParent<Container>
maxHeight(double height) FloretParent<ConstrainedBox>
maxSize(double width, double height) FloretParent<ConstrainedBox>
maxWidth(double width) FloretParent<ConstrainedBox>
mb(double margin) FloretParent<Container>
minHeight(double height) FloretParent<ConstrainedBox>
minSize(double width, double height) FloretParent<ConstrainedBox>
minWidth(double width) FloretParent<ConstrainedBox>
ml(double margin) FloretParent<Container>
mr(double margin) FloretParent<Container>
mt(double margin) FloretParent<Container>
mx(double margin) FloretParent<Container>
my(double margin) FloretParent<Container>
on({void tapDown(TapDownDetails)?, void tapUp(TapUpDetails)?, VoidCallback? tap, VoidCallback? tapCancel, VoidCallback? secondaryTap, void secondaryTapDown(TapDownDetails)?, void secondaryTapUp(TapUpDetails)?, VoidCallback? secondaryTapCancel, void tertiaryTapDown(TapDownDetails)?, void tertiaryTapUp(TapUpDetails)?, VoidCallback? tertiaryTapCancel, void doubleTapDown(TapDownDetails)?, VoidCallback? doubleTap, VoidCallback? doubleTapCancel, VoidCallback? longPress, void longPressStart(LongPressStartDetails)?, void longPressMoveUpdate(LongPressMoveUpdateDetails)?, VoidCallback? longPressUp, void longPressEnd(LongPressEndDetails)?, VoidCallback? secondaryLongPress, void secondaryLongPressStart(LongPressStartDetails)?, void secondaryLongPressMoveUpdate(LongPressMoveUpdateDetails)?, VoidCallback? secondaryLongPressUp, void secondaryLongPressEnd(LongPressEndDetails)?, void verticalDragDown(DragDownDetails)?, void verticalDragStart(DragStartDetails)?, void verticalDragUpdate(DragUpdateDetails)?, void verticalDragEnd(DragEndDetails)?, VoidCallback? verticalDragCancel, void horizontalDragDown(DragDownDetails)?, void horizontalDragStart(DragStartDetails)?, void horizontalDragUpdate(DragUpdateDetails)?, void horizontalDragEnd(DragEndDetails)?, VoidCallback? horizontalDragCancel, void forcePressStart(ForcePressDetails)?, void forcePressPeak(ForcePressDetails)?, void forcePressUpdate(ForcePressDetails)?, void forcePressEnd(ForcePressDetails)?, void panDown(DragDownDetails)?, void panStart(DragStartDetails)?, void panUpdate(DragUpdateDetails)?, void panEnd(DragEndDetails)?, VoidCallback? panCancel, void scaleStart(ScaleStartDetails)?, void scaleUpdate(ScaleUpdateDetails)?, void scaleEnd(ScaleEndDetails)?}) FloretParent<GestureDetector>
opacity(double opacity) FloretParent<Opacity>
p(double padding) FloretParent<Padding>
padding(EdgeInsets padding) FloretParent<Padding>
pb(double padding) FloretParent<Padding>
pl(double padding) FloretParent<Padding>
positioned({double? top, double? left, double? bottom, double? right}) FloretParent<Positioned>
pr(double padding) FloretParent<Padding>
pt(double padding) FloretParent<Padding>
px(double padding) FloretParent<Padding>
py(double padding) FloretParent<Padding>
rotate(double angle) FloretParent<Transform>
rounded([double rounded = 99999]) FloretParent<ClipRRect>
scale(double scale) FloretParent<Transform>
scrollable({ScrollController? controller, Axis scrollDirection = Axis.vertical, bool? primary, bool reverse = false, ScrollPhysics? scrollPhysics, DragStartBehavior dragStartBehavior = DragStartBehavior.start, String? restorationId}) FloretParent<SingleChildScrollView>
shadows(List<BoxShadow> shadows) FloretParent<DecoratedBox>
size(double width, double height) FloretParent<SizedBox>
sizeFactor(double width, double height) FloretParent<FractionallySizedBox>
sizePercent(double width, double height) FloretParent<FractionallySizedBox>
square(double size) FloretParent<SizedBox>
tooltip(String message) FloretParent<Tooltip>
topCenter(Widget child) Align
topLeft(Widget child) Align
topRight(Widget child) Align
translate(double dx, double dy) FloretParent<Transform>
width(double width) FloretParent<SizedBox>
widthFactor(double width) FloretParent<FractionallySizedBox>
widthPercent(double width) FloretParent<FractionallySizedBox>