ShapeConfig.rectangle constructor
Rectangle with no border radius
Implementation
factory ShapeConfig.rectangle() => const ShapeConfig._(
isCircle: false,
borderRadius: BorderRadius.zero,
);
Rectangle with no border radius
factory ShapeConfig.rectangle() => const ShapeConfig._(
isCircle: false,
borderRadius: BorderRadius.zero,
);