empty static method

BackgroundFillSolid empty()
override

create BackgroundFillSolid Empty

Implementation

static BackgroundFillSolid empty() {
  return BackgroundFillSolid({});
}