CustomizableText constructor

const CustomizableText(
  1. String text, {
  2. Key? key,
  3. TextStyle? style,
  4. TextStyle? customStyle,
  5. List<CustomText> customizes = const [],
})

Implementation

const CustomizableText(
  this.text, {
  super.key,
  this.style,
  this.customStyle,
  this.customizes = const [],
});