FlutterUIModifiersContainer extension
Container(Text(""), Modifier()) Contains the modifier members of the Container class.
The reason that FlutterUIModifiersContainer resides inside this file is
because it provides the rebase()
method of which is fileprivate.
- on
Methods
-
alignment(
AlignmentGeometry? alignment) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
-
backgroundColor(
Color color) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
A modifier that sets its widget's background color -
corner(
double radius) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
A modifier that clips its widget's corners to the specified radius. -
cornerRadius(
double radius) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
-
frame(
{double? width, double? height}) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
A modifier that sets its widget's frame size. -
height(
double value) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
-
marginTop(
double topMargin) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
-
rebase(
{AlignmentGeometry? alignment, EdgeInsetsGeometry? padding, Color? color, Decoration? decoration, Decoration? foregroundDecoration, double? width, double? height, BoxConstraints? constraints, EdgeInsetsGeometry? margin, Matrix4? transform, AlignmentGeometry? transformAlignment, Clip? clipBehavior, Widget? child}) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
Internal modifier for modifying final properties. -
set(
Widget? child) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
-
setAlignment(
AlignmentGeometry? alignment) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
-
setHeight(
double value) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
-
setSize(
double size) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
-
setWidth(
double value) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension
-
shadow(
double radius, {Color color = const Color.fromRGBO(0, 0, 0, .5), double blur = 25, double x = 0, double y = 0}) → Widget -
Available on Container, provided by the FlutterUIModifiersContainer extension
A modifier that casts a box shadow under its widget. -
width(
double value) → Container -
Available on Container, provided by the FlutterUIModifiersContainer extension