outsideBorderAll method
Implementation
DefineMTextFieldModifier outsideBorderAll({Color? color, double? width}) {
return this.copyWith(
valueOutsideBorder:
Border.all(color: color ?? Colors.white, width: width ?? 1),
);
}
DefineMTextFieldModifier outsideBorderAll({Color? color, double? width}) {
return this.copyWith(
valueOutsideBorder:
Border.all(color: color ?? Colors.white, width: width ?? 1),
);
}