selector property

String get selector
override

Implementation

String get selector => inner == null ? 'button' : 'button${inner!.selector}';