floatingActionButton property
@doc Floating action button widget in a Scaffold.
Implementation
@$pb.TagNumber(3)
FFNodeOutline get floatingActionButton => $_getN(2);
Implementation
@$pb.TagNumber(3)
set floatingActionButton(FFNodeOutline value) => $_setField(3, value);