from static method
Implementation
static Component from({required String type, required Component child, Key? key}) {
return _Callout(type: type.toLowerCase(), child: child, key: key);
}
static Component from({required String type, required Component child, Key? key}) {
return _Callout(type: type.toLowerCase(), child: child, key: key);
}