ShapeConfig.rectangle constructor

ShapeConfig.rectangle()

Rectangle with no border radius

Implementation

factory ShapeConfig.rectangle() => const ShapeConfig._(
      isCircle: false,
      borderRadius: BorderRadius.zero,
    );