copyWith property

Implementation

WidgetOptionsCopyWith<WidgetOptions<T>, WidgetOptions<T>, WidgetOptions<T>, T>
    get copyWith => _WidgetOptionsCopyWithImpl(
        this as WidgetOptions<T>, $identity, $identity);