EasyDivider constructor
const
EasyDivider({
- Key? key,
- bool? dashed,
- String? text,
- DividerOrientation? orientation,
分割线
Implementation
const EasyDivider({
Key? key,
this.dashed,
this.text,
this.orientation,
}) : super(key: key);