StyleHelper constructor
const
StyleHelper({
- required Style style,
Creates a StyleHelper with the given style
.
Implementation
const StyleHelper({required this.style});
Creates a StyleHelper with the given style
.
const StyleHelper({required this.style});