Wed. Oct 15th, 2025

Author: Rajashekar

I’m (Rajashekar) a core Android developer with complimenting skills as a web developer from India. I cherish taking up complex problems and turning them into beautiful interfaces. My love for decrypting the logic and structure of coding keeps me pushing towards writing elegant and proficient code, whether it is Android, PHP, Flutter or any other platforms. You would find me involved in cuisines, reading, travelling during my leisure hours.

Data Types

The datatypes represents type of data that we store into memory. The datatypes in java language are classified into three types 1) Primitive datatypes The primitive datatypes are predefined and…

Flutter BoxShadow

Flutter BoxShadow class is used to display a shadow cast by the widget. Syntax The syntax of BoxShadow() constructor with the parameters and their default values is arameter Description color…