textAlignLeft property

String textAlignLeft

Align Left

Implementation

String get textAlignLeft {
  return Intl.message(
    'Align Left',
    name: 'textAlignLeft',
    desc: '',
    args: [],
  );
}