defaultPairInfoTableConfig property
Implementation
static PairInfoTableConfig defaultPairInfoTableConfig = PairInfoTableConfig(
rowSpacing: 4,
itemSpacing: 2,
keyTextStyle: BaseTextStyle(
color: BaseDefaultConfigUtils.defaultCommonConfig.colorTextSecondary,
fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeBase,
),
valueTextStyle: BaseTextStyle(
color: BaseDefaultConfigUtils.defaultCommonConfig.colorTextBase,
fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeBase,
),
linkTextStyle: BaseTextStyle(
color: BaseDefaultConfigUtils.defaultCommonConfig.brandPrimary,
fontSize: BaseDefaultConfigUtils.defaultCommonConfig.fontSizeBase,
),
configId: PHOENIX_CONFIG_ID,
);