XDropwn constructor
const
XDropwn({})
Implementation
const XDropwn(
{Key? key,
required this.initialValue,
required this.e,
required this.snapshot,
required this.onChange})
: super(key: key);
const XDropwn(
{Key? key,
required this.initialValue,
required this.e,
required this.snapshot,
required this.onChange})
: super(key: key);