SenzuMetaData class
Constructors
-
SenzuMetaData({bool? show = true, String? title, String? description, IconData? icon = Icons.arrow_back, Color? iconColor = Colors.white, double? iconSize = 20, TextStyle? titleStyle = const TextStyle(color: Colors.white, fontSize: 14, fontWeight: FontWeight.w600), TextStyle? descriptionStyle = const TextStyle(color: Colors.white70, fontSize: 12, fontWeight: FontWeight.w400)})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited