value property

  1. @override
  2. @protected
Style get value
override

Implementation

@override
@protected
Style get value => throw UnimplementedError(
      'This is a ContextVariantBuilder you need to call build(context)',
    );