menu
marketing_plugin package
documentation
plugin_codelab.dart
HexColor extension
HexColor extension
dark_mode
light_mode
HexColor
extension
on
Color
Methods
toHex
(
{
bool
leadingHashSign
=
true
})
→
String
Available on
Color
, provided by the
HexColor
extension
Prefixes a hash sign if
leadingHashSign
is set to
true
(default is
true
).
Static Methods
fromHex
(
String
hexString
)
→
Color
Available on
Color
, provided by the
HexColor
extension
String is in the format "aabbcc" or "ffaabbcc" with an optional leading "#".
fromHexColor
(
String
hexString
)
→
Color
Available on
Color
, provided by the
HexColor
extension
marketing_plugin package
documentation
plugin_codelab
HexColor extension
plugin_codelab library