GridLine constructor

GridLine({
  1. Color color = Colors.white,
  2. double width = 0.5,
  3. EdgeInsets? padding,
})

网格线

Implementation

GridLine({this.color = Colors.white, this.width = 0.5, this.padding});