LineSpacer constructor
const
LineSpacer({
- EdgeInsets? margin,
- dynamic key,
Implementation
const LineSpacer({this.margin, key}) : super(key: key);
const LineSpacer({this.margin, key}) : super(key: key);