PositionedCopyWith extension
- on
Methods
-
bottom(
double value) → Positioned -
Available on Positioned, provided by the PositionedCopyWith extension
-
copyWith(
{Key? key, double? left, double? top, double? right, double? bottom, double? width, double? height, Widget? child}) → Positioned -
Available on Positioned, provided by the PositionedCopyWith extension
-
height(
double value) → Positioned -
Available on Positioned, provided by the PositionedCopyWith extension
-
left(
double value) → Positioned -
Available on Positioned, provided by the PositionedCopyWith extension
-
right(
double value) → Positioned -
Available on Positioned, provided by the PositionedCopyWith extension
-
top(
double value) → Positioned -
Available on Positioned, provided by the PositionedCopyWith extension
-
width(
double value) → Positioned -
Available on Positioned, provided by the PositionedCopyWith extension