NomoSiderThemeData.from constructor
NomoSiderThemeData.from(
- NomoSiderColorData colors,
- NomoSiderSizingData sizing,
- NomoSiderConstants constants
Implementation
factory NomoSiderThemeData.from(
NomoSiderColorData colors,
NomoSiderSizingData sizing,
NomoSiderConstants constants,
) {
return NomoSiderThemeData(
backgroundColor: colors.backgroundColor,
border: colors.border,
padding: sizing.padding,
scrollPadding: sizing.scrollPadding,
width: sizing.width,
);
}