BloomLeafTextWidget constructor

const BloomLeafTextWidget({
  1. Key? key,
  2. required String textFn(),
  3. required BloomComputedStyle style,
})

Creates a BloomLeafTextWidget instance.

Implementation

const BloomLeafTextWidget({
  super.key,
  required this.textFn,
  required this.style,
});