ContextExtensions extension

on

Methods

platformIcon({required IconData material, required IconData cupertino}) IconData

Available on BuildContext, provided by the ContextExtensions extension

platformLazyNullable<T>({ValueGetter<T>? material, ValueGetter<T>? cupertino}) → T?

Available on BuildContext, provided by the ContextExtensions extension

platformLazyValue<T>({required ValueGetter<T> material, required ValueGetter<T> cupertino}) → T

Available on BuildContext, provided by the ContextExtensions extension

platformValue<T>({required T material, required T cupertino}) → T

Available on BuildContext, provided by the ContextExtensions extension

platformValueNullable<T>({T? material, T? cupertino}) → T?

Available on BuildContext, provided by the ContextExtensions extension