RemoteConfigText constructor

const RemoteConfigText({
  1. Key? key,
  2. String? remoteConfigKey,
  3. TextStyle? defaultStyle,
  4. Map<String, dynamic>? json,
  5. dynamic onFetchProduct(
    1. String? productId
    )?,
})

Implementation

const RemoteConfigText(
    {super.key,
    this.remoteConfigKey,
    this.defaultStyle,
    this.json,
    this.onFetchProduct});