SurfaceSelector constructor

SurfaceSelector(
  1. WiredashThemeData theme,
  2. TextStyle textStyle,
  3. String debugName, {
  4. Color colorMutation(
    1. Color
    )?,
})

Implementation

SurfaceSelector(
  this.theme,
  this.textStyle,
  this.debugName, {
  this.colorMutation,
});