call method

T? call([
  1. MaterialState? state
])

Implementation

T? call([MaterialState? state]) => use.resolve({if (state != null) state});