title property

String title
final

IMPORTANT NOTE for SnackBar properties before putting this in content backgroundColor: Colors.transparent behavior: SnackBarBehavior.floating elevation: 0.0 /// IMPORTANT NOTE for MaterialBanner properties before putting this in content backgroundColor: Colors.transparent forceActionsBelow: true, elevation: 0.0 inMaterialBanner = true title is the header String that will show on top

Implementation

/// /// `IMPORTANT NOTE` for MaterialBanner properties before putting this in `content`
/// backgroundColor: Colors.transparent
/// forceActionsBelow: true,
/// elevation: 0.0
/// [inMaterialBanner = true]

/// title is the header String that will show on top
final String title;