ActionBarStructItem constructor

ActionBarStructItem({
  1. ActionBarLayoutStruct? struct,
  2. List<String>? leadingKeys,
  3. List<String>? actionsKeys,
  4. String? themeKey,
  5. String? pageTag,
})

Implementation

ActionBarStructItem({this.struct, this.leadingKeys, this.actionsKeys, this.themeKey, this.pageTag});