demoflu library

Classes

ArrowDownBorder
BannerSection
Section to display a banner.
Bullet
BulletBorder
BulletsSection
Section to display bullets.
CodeSection
Section to display a source code.
ConsoleSection
Section to display a console output.
DemoFluApp
DemoFlu bootstrap.
DemoFluPage
Page to display content in page. Use different methods to create page according to your needs.
DemoFluTheme
Provides storage for default theme.
DemoMenuItem
Represents a menu item in the app menu.
DividerSection
Section to display a divider.
HeadingSection
Section to display a title.
MacroFactory
The macro factory
PageSectionGroup
SectionBorder
SolidBorder
TextSection
Section to display a text.
WidgetSection
Section to display a widget.

Enums

LoadMode

Typedefs

BannerMacro = void Function(BuildContext context, BannerSection section)
Macro for banner section.
BulletsMacro = void Function(BuildContext context, BulletsSection section)
Macro for bullets section.
CodeMacro = void Function(BuildContext context, CodeSection section)
Macro for code section.
ConsoleMacro = void Function(BuildContext context, ConsoleSection section)
Macro for divider section.
DividerMacro = void Function(BuildContext context, DividerSection section)
Macro for divider section.
GroupMacro = void Function(BuildContext context, PageSectionGroup section)
Macro for group section.
HeadingMacro = void Function(BuildContext context, HeadingSection section)
Macro for heading section.
PageBuilder = DemoFluPage Function()
PageMacro = void Function(BuildContext context, DemoFluPage page)
Macro for page.
TextMacro = void Function(BuildContext context, TextSection section)
Macro for text section.
WidgetMacro = void Function(BuildContext context, WidgetSection section)
Macro for widget section.