EmergentTextDecoration constructor

const EmergentTextDecoration({
  1. required EmergentStyle style,
  2. required TextStyle textStyle,
  3. required bool isForeground,
  4. required bool renderingByPath,
  5. required String text,
  6. required TextAlign textAlign,
})

Implementation

const EmergentTextDecoration({
  required this.style,
  required this.textStyle,
  required this.isForeground,
  required this.renderingByPath,
  required this.text,
  required this.textAlign,
});