textCase property

Object get textCase

Implementation

_i2.Object get textCase => _i5.getProperty(
      this,
      'textCase',
    );
set textCase (Object value)

Implementation

set textCase(_i2.Object value) {
  _i5.setProperty(
    this,
    'textCase',
    value,
  );
}