from static method

PipExpandedClose from(
  1. String? value
)

Implementation

static PipExpandedClose from(String? value) =>
    value == 'dismiss' ? dismiss : collapse;