leftIcon property

ScanditIcon? get leftIcon

Implementation

ScanditIcon? get leftIcon => _leftIcon;
set leftIcon (ScanditIcon? newValue)

Implementation

set leftIcon(ScanditIcon? newValue) {
  _leftIcon = newValue;
  notifyListeners();
}