bottomSheet property

  1. @TagNumber(11)
FFBottomSheetAction get bottomSheet

@doc Actions supported by Bottom Sheets.

Implementation

@$pb.TagNumber(11)
FFBottomSheetAction get bottomSheet => $_getN(10);
  1. @TagNumber(11)
set bottomSheet (FFBottomSheetAction value)

Implementation

@$pb.TagNumber(11)
set bottomSheet(FFBottomSheetAction value) => $_setField(11, value);