master_detail_flow library

Classes

DetailsItem
An M3 details page to be used in a MasterDetailFlow. It adapts using MasterDetailsFlowSettings provided by the MasterDetailsFlow
MasterDetailsFlow
A widgets that builds an adaptive M3 master <-> details flow. To start just create a scaffold with it't only child being the MasterDetailsFlow.
MasterDetailsFlowSettings
The settings provider for a details page
MasterItem
Describes the configuration for an item in the master list shown as a List Tile.
MasterItemBase
A base for items. Implement this in a Widget class to create a custom master item
MasterItemDivider
A divider for the master list. That get's its indent from the listTileTheme in order to arrange with the list tiles
MasterItemHeader
A master item that acts as a header..

Enums

DetailsAppBarSize
Describes an app bar type

Typedefs

DetailsBuilder = Widget Function(BuildContext context)
Signature for the builder of a Details page