apis/style/frontend/has_container
library
Functions
-
actionContainer(AppModel app, BuildContext context, {required Widget child, double? height, double? width, BackgroundModel? backgroundOverride})
→ Widget
-
-
simpleTopicContainer(AppModel app, BuildContext context, {required List<Widget> children, DecorationImage? image, double? height, double? width})
→ Widget
-
-
topicContainer(AppModel app, BuildContext context, {required List<Widget> children, DecorationImage? image, double? height, double? width, String? title, bool? collapsible, bool? collapsed = false, BackgroundModel? backgroundOverride})
→ Widget
-