title property

Widget? title
final

Can be used to customize the title of the country code picker modal.

If null, defaults to a Text widget with headlineMedium text style from the current Theme.

Implementation

final Widget? title;