GetType extension

on

Methods

findType<T>({Object? group, bool useNopGroup = true}) → T?

Available on BuildContext, provided by the GetType extension

getType<T>({Object? group, bool useNopGroup = true, int? position = 1}) → T

Available on BuildContext, provided by the GetType extension

group shared group
getTypeOr<T>({Object? group, bool useNopGroup = true, int? position = 1}) → T?

Available on BuildContext, provided by the GetType extension