classes/dropdownClasses library

Classes

Data
interface that all our models need to use to handle data like e.g. InspectionLocation
this class must be implemented by all models for the main pages like e.g. LocationModel
KnowsNext<ChildData extends Data>
WithImgHashes

Mixins

WithAuthor
WithLangText
WithOffline

Functions

nextModel<ChildData extends WithLangText, ParentData extends WithOffline?, DDModel extends DropDownModel<ChildData, ParentData>>(DDModel child) Widget
standard_statefulImageView<ChildData extends WithLangText, DDModel extends DropDownModel<ChildData, WithOffline?>>(DDModel model, ChildData? data, {bool addImgIntent = false}) Widget
typeOf<T>() Type

Typedefs

BuilderT = Widget Function(BuildContext)