backgroundTypeFill property

BackgroundTypeFill? backgroundTypeFill

A filled background

Implementation

BackgroundTypeFill? get backgroundTypeFill {
  if (this is BackgroundTypeFill) {
    return this as BackgroundTypeFill;
  }
  return null;
}