BloomLeafTextWidget constructor
const
BloomLeafTextWidget({
- Key? key,
- required String textFn(),
- required BloomComputedStyle style,
Creates a BloomLeafTextWidget instance.
Implementation
const BloomLeafTextWidget({
super.key,
required this.textFn,
required this.style,
});