FastToolbarDivider constructor
const
FastToolbarDivider({
- Key? key,
- double height = 24,
- double width = 1,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 8),
Implementation
const FastToolbarDivider({
super.key,
this.height = 24,
this.width = 1,
this.padding = const EdgeInsets.symmetric(horizontal: 8),
});