createElement method
Creates the custom element that injects a WidgetRef.
Implementation
@override
/// Creates the custom element that injects a [WidgetRef].
ConsumerStatefulElement createElement() => ConsumerStatefulElement(this);
Creates the custom element that injects a WidgetRef.
@override
/// Creates the custom element that injects a [WidgetRef].
ConsumerStatefulElement createElement() => ConsumerStatefulElement(this);