boxDecoration property
@doc Describes how the container should be painted on the screen.
Implementation
@$pb.TagNumber(2)
FFBoxDecoration get boxDecoration => $_getN(1);
Implementation
@$pb.TagNumber(2)
set boxDecoration(FFBoxDecoration value) => $_setField(2, value);