empty static method

BackgroundFill empty()
override

create BackgroundFill Empty

Implementation

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