TdConfig constructor

TdConfig({
  1. GlobalKey<State<StatefulWidget>>? key,
})

Implementation

TdConfig({
  GlobalKey? key,
}) : _key = key;