appBarTitle property

  1. @TagNumber.new(3)
String get appBarTitle

This sets the string in the appBar (Android only)

Implementation

@$pb.TagNumber(3)
$core.String get appBarTitle => $_getSZ(2);
  1. @TagNumber.new(3)
set appBarTitle (String value)

Implementation

@$pb.TagNumber(3)
set appBarTitle($core.String value) => $_setString(2, value);