:orphan: .. _dropdownBtn: ====================================== dropdownBtn ====================================== How to write by SpWML ======================== .. code-block:: none (dropdownBtn, sid:ddBtn1) +(menu)menu 1 +(menu)menu 2 +(menu)menu 3 ---- Summary =============== A block that allows you to create a drop-down button. It is necessary to set the SID. It has not only `DropdownButton class `__ variables that has variables that have been further adjusted to improve usability. To use this type, it is necessary to set `IndexManager `__ to SpWMLBuilder or SpWML widget. Also, if no value is selected, the manager has no value. ---- Dart Class Reference ====================== `DropdownBtnElement class `__ ---- SpWML Parameters ==================== * :ref:`The common` parameters. * :ref:`Parent` parameters. * hint (String). Sets the hint text when unselected. * iconNum (String). Set the icon type with `codePoint `__ . * iconSize (double). Set size of icon in px. * iconColor (String). Color setting. :ref:`The color system` . * splashRadius (double). Set the size of the reaction circle in px on when tapped. * underlineColor (String). Color setting of underline. :ref:`The color system` . * underlineHeight (double). Set underline size in px. * isEnabled (bool). Set to false if you want to disable this elements.