configureStyle method

Style configureStyle(
  1. Style style
)

Implementation

Style configureStyle(Style style) {
  style
    ..colorProfile = colorProfile
    ..hasDarkBackground = hasDarkBackground;
  return style;
}