positioned method
Implementation
DefineMRowModifier positioned(
{double? top, double? bottom, double? left, double? right}) {
return this.copyWith(
valueTop: top, valueBottom: bottom, valueLeft: left, valueRight: right);
}
DefineMRowModifier positioned(
{double? top, double? bottom, double? left, double? right}) {
return this.copyWith(
valueTop: top, valueBottom: bottom, valueLeft: left, valueRight: right);
}