allDeviceWidth static method
Implementation
static Widget allDeviceWidth (BuildContext context, {Color? color }) {
color ??= Colors.transparent;
return colored( DeviceTools.getWidth(context), 0 , color);
}
static Widget allDeviceWidth (BuildContext context, {Color? color }) {
color ??= Colors.transparent;
return colored( DeviceTools.getWidth(context), 0 , color);
}